home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / lib / compat / bpf.a
Encoding:
Text File  |  1994-02-01  |  174 b   |  16 lines

  1.  
  2.         ;   (c)Copyright 1990, Matthew Dillon, All Rights Reserved
  3.         ;
  4.         ;
  5.  
  6.         section text,code
  7.  
  8.         xdef    ___builtin_printf
  9.         xref    _printf
  10.  
  11. ___builtin_printf:
  12.         jmp    _printf
  13.  
  14.         END
  15.  
  16.